home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / TREEDIR.### < prev    next >
Text File  |  1985-01-22  |  1KB  |  24 lines

  1. COMMAND:  TREEDIR (Tree Directory)              DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Combines the DOS 2.0 commands TREE and DIR to produce a listing
  4.           of all the files in each directory along with the date stamp and
  5.           size of each file.
  6.  
  7. FORMAT:   TREEDIR [directory] [/s][/Knnn]
  8.  
  9. TYPE:     Public domain software
  10.  
  11. REMARKS:  directory is the name of the directory from which the directory
  12.           list is to be displayed. The default directory is the root directory
  13.           and the current directory can be specified by ".".
  14.           /s displays only the space taken by each sub-directory found as well
  15.           as the total space used by the specified directory.
  16.           /Knnn displays the space that would be required to copy the files
  17.           from the specified directory in allocation units of nnnK bytes.
  18.           Space requirements, by default, are listed in Kbytes as well as in
  19.           multiples of 4K (4096) and 1K (1024) byte units. These are the
  20.           cluster sizes used by MS-DOS for writing to hard disks and to floppy
  21.           disks, respectively.
  22.  
  23.  
  24.